GetSecurityIsolationStatusRequest

data class GetSecurityIsolationStatusRequest(frameId: FrameId?)

Represents request frame that can be used with Network#getSecurityIsolationStatus operation call.

Returns information about the COEP/COOP isolation status.

See also

Constructors

GetSecurityIsolationStatusRequest
Link copied to clipboard
fun GetSecurityIsolationStatusRequest(frameId: FrameId? = null)

Properties

frameId
Link copied to clipboard
val frameId: FrameId? = null
If no frameId is provided, the status of the target is provided.

Sources

jvm source
Link copied to clipboard